@@ -242,7 +242,7 @@ <h2>Basic activity with some additional detail</h2>
242
242
</ figcaption >
243
243
< pre class ="example highlight json "> {
244
244
"@type": "http://activitystrea.ms/2.0/Activity",
245
- "@ language": "en",
245
+ "language": "en",
246
246
"verb": "post",
247
247
"published": "2011-02-10T15:04:55Z",
248
248
"actor": {
@@ -289,7 +289,7 @@ <h2>An extended activity</h2>
289
289
"items" : [
290
290
{
291
291
"@type": "http://activitystrea.ms/2.0/Activity",
292
- "@ language": "en",
292
+ "language": "en",
293
293
"verb": "post",
294
294
"published": "2011-02-10T15:04:55Z",
295
295
"generator": "http://example.org/activities-app",
@@ -412,14 +412,13 @@ <h2><dfn title="Object" id="asobject">Object</dfn></h2>
412
412
at least contain a < a href ="activitystreams2-vocabulary.html#dfn-displayname "> displayName</ a > .
413
413
</ p >
414
414
415
- < figure > < figcaption > Following is an example Object that uses the JSON-ID < code > @id</ code > , < code > @type</ code >
416
- and < code > @language</ code > JSON-LD keywords to express the global identifier, object type and default
417
- language:</ figcaption >
415
+ < figure > < figcaption > Following is an example Object that uses the JSON-ID < code > @id</ code > and < code > @type</ code >
416
+ JSON-LD keywords to express the global identifier and object type:</ figcaption >
418
417
< pre class ="example highlight json ">
419
418
{
420
- "@id": "http://example.org/foo",
419
+ "@id": "http://example.org/foo",f
421
420
"@type": "http://example.org/types/Note",
422
- "@ language": "en",
421
+ "language": "en",
423
422
"displayName": "This is a note",
424
423
"author": {
425
424
"@id": "urn:example:person:joe",
@@ -454,7 +453,7 @@ <h2><dfn title="NaturalLanguageValue">Natural Language Values</dfn></h2>
454
453
< figure >
455
454
< figcaption > A single String value using the default language:</ figcaption >
456
455
< pre class ="example highlight json "> {
457
- "@ language": "en",
456
+ "language": "en",
458
457
< b > "displayName": "This is the title"</ b >
459
458
}</ pre > </ figure >
460
459
0 commit comments